home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5942 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: bcarh8ab.bnr.ca!hwt
  2. From: hwt@bnr.ca (Henry Troup)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Leap Years
  5. Date: 21 Feb 1996 21:56:23 GMT
  6. Organization: Northern Telecom Nortel Broadband Networks, Ottawa, Canada
  7. Message-ID: <4gg4e7$rpp@bcarh8ab.bnr.ca>
  8. References: <8BA8405.02C70020E1.uuout@sourcebbs.com> <4fsk14$jo2@kocrsv08.delcoelect.com> <3121EF9A.CA5@mail.isd.net>
  9. Reply-To: hwt@bnr.ca
  10. NNTP-Posting-Host: bcarhd7b.bnr.ca
  11.  
  12. >> david.mohorn@sourcebbs.com (DAVID MOHORN) wrote:
  13. >> >How do you feature out leap years?  If its evenly divisible by 400 and
  14. >> >4?
  15.  
  16. See the .sig appended...
  17.  
  18. Extracted from an ISO standard, btw.
  19.  
  20. For all the time that computers have been around, and for the next century
  21. (yy mod 4) == 0 has been adequate.
  22.  
  23. See the www year2000 page: http://www.year2000.com for lots more.
  24. -- 
  25.  Henry Troup - hwt@bnr.ca (Canada) - Nortel is not committed to anything I say
  26.    Leap years are years where the year number is a multiple of four with the
  27. exception: If a year is a multiple of 100, then it is only a leap year if it
  28. is also a multiple of 400. For example, 1900 was not a leap year, but 2000 is.
  29.